<!-- ile --> <html> <head> <title> Internet Link Exchange Enhancer </title> </head> <body bgcolor="#FFFFFF"> <p align="center">If you have multiple web pages with ILE banners, it gets dificult to change the source code for each banner so the client doesn't get the same one. This script picks a random number evry time the page is reloaded and inserts it into the code, so that the user gets a random ad. Reload this page and you'll see. </p> <p align="center"><script language="JavaScript"> <!-- Hide the script from old browsers -- /* This code appears via Kurt's JavaScript Archive. For more info e-mail Kurt Anderson at axel@interaccess.com. It appears compliments of its original author (if below) or me. */ //This is a special script that is for ILE members var pin = "X075202" //your pin (including the X) example: "X010610" var axel = Math.random() + "" var rand1 = axel.charAt(5) var rand2 = (axel.charAt(6) == "0") ? "1" : axel.charAt(6) var random = rand1 + rand2 + "" var href1 = '<a href="http://ad.linkexchange.com/' href1 += random href1 += '/' href1 += pin href1 +='/gotoad.map" target="_top">' var href2 = '<img width=440 height=40 border=1 ismap ' href2 += 'alt="Internet Link Exchange" ' href2 += 'src="http://ad.linkexchange.com/' href2 += random href2 += '/' href2 += pin href2 += '/logoshowad?free">' var end = href1 + href2 end += '</a><br>' end += '<font size=-1>' end += '<a href="http://www.linkexchange.com/" target="_top">' end += 'Member of the Internet Link Exchange</a></font>' document.write(end) //just up to here document.write("<br>") document.write("<br>") document.write("This time the random number was " + random + ".") //--End Hiding Here --> </script> </p> <hr align="center" width="50%"> <p>If got that, you won't have to worry about ILE banners anymore! Also, if your worried that alot of your banner hits are from non-JavaScript capable browsers, but another HTML copy of the banner inside a pair of </p> <pre><noscript></noscript></pre> <p>. </p> <font size="2"><b> <p>This script was written by <a href="mailto:axel@interaccess.com" onMouseOver="self.status='E-mail me (I love getting mail!) <axel@interaccess.com>'; return true" onMouseOut="self.status=''; return true">axel@interaccess.com</a>. Special thanks for allowing JavaScript World to host this script. </p> </b></font> </body> </html>
1998 Copyright (C) Next Step All Rights Reserved